home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- public class ToolTipManager$insideTimerAction implements ActionListener {
- // $FF: synthetic field
- private final ToolTipManager this$0;
-
- protected ToolTipManager$insideTimerAction(ToolTipManager var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- if (this.this$0.insideComponent != null && this.this$0.insideComponent.isShowing()) {
- this.this$0.showImmediately = true;
- this.this$0.showTipWindow();
- }
-
- }
- }
-